home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / misc / textfield.lha / Textfield / Include / proto / textfield.h
C/C++ Source or Header  |  1994-11-12  |  254b  |  10 lines

  1. #ifndef PROTO_TEXTFIELD_H
  2. #define PROTO_TEXTFIELD_H
  3. #include <exec/types.h>
  4. #include <intuition/classes.h>
  5. extern struct Library *TextFieldBase;
  6. extern Class *TextFieldClass;
  7. Class *TEXTFIELD_GetClass(void);
  8. #include <pragmas/textfield_pragmas.h>
  9. #endif
  10.